
header{
	height: 190px;
	width: 100%;
	font-size: 50px;
	font-family: algerian;
	text-align: center;
	color: red;
	background-color: #09d;
	padding: 0px;
}
#conteneurheader {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
border-style: solid;
border-color: red;
overflow: hidden;
}

section{
	color: black;
	min-width: 200px;
}
section h2{
	color:red ;
}
#conteneursectionP{
width: 75%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
margin: auto;
padding: 8px;
flex-wrap: nowrap;
border-style: hidden;
}


#conteneursection1 {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin:15px;
padding: 4px;
flex-wrap: wrap;
border-style: hidden;
overflow: hidden;
}

#conteneursection2 {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin:15px;
padding: 4px;
flex-wrap: wrap;
border-style: hidden;
overflow: hidden;
}

#conteneursection3 {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin:15px;
padding: 4px;
flex-wrap: wrap;
border-style: hidden;
overflow: hidden;
}


.sport {
background-color: yellowgreen;
}
.culture-art {
background-color: mediumpurple;
}
.création {
background-color: darkred;
}
.outreterre{
background-color: darkcyan;
}
.personnalite{
background-color: tomato;
}
.indefini{
 background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(245,35,35,1) 0%, rgba(255,255,255,1) 100%); 
}

.texte{
width: 75%;
}

article{
flex: 3;
background-color: white;
}

article h2{
	font-size: 
	color: red;
	margin:30px;
}

footer p {
	font-size: 10px;
	color:#303030;
	text-decoration: underline;
}
footer a {
	font-size: 15px;
	text-decoration: none;
}